home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / os2 / remin301.zip / REMIN300.ZIP / README.UNI < prev    next >
Text File  |  1992-11-10  |  2KB  |  47 lines

  1. REMIND version 3.0 for UNIX
  2.  
  3. 1 - Read the file COPYRIGHT.
  4.  
  5. 2-  Before compiling the software, check to see if it includes patches.
  6.     These are files called patch.xx.  If there are patches, apply them all
  7.     by typing:
  8.  
  9.        cat patch.* | patch
  10.  
  11. 3 - Examine the Makefile and change any parameters which need to be
  12.     changed for your system.  As it stands, the Makefile is set up for a
  13.     BSD system.
  14.  
  15. 4 - Examine the file config.h and adjust parameters as needed
  16.  
  17. 5 - Type 'make'
  18.  
  19. 6 - Type 'test-rem' to run the acceptance test
  20.  
  21. 7 - Copy the remind executable to the appropriate directory, and copy
  22.     the man page to the man directory.
  23.  
  24. Two shell scripts, "remind-all.csh" and "remind-all.sh" are provided.
  25. These allow automatic mailing of reminders to all users who create a
  26. $HOME/.reminders file.  These two scripts are equivalent; one is a
  27. "sh" script and the other is a "csh" script.  Pick the one you want to
  28. use, and follow the instructions in the opening comments of the
  29. script.
  30.  
  31. *** NOTE *** Please be aware that "remind-all.csh" and "remind-all.sh"
  32. have been changed since the last release of Remind.  If you install
  33. the new remind executable, make sure you switch over to the new
  34. "remind-all" scripts.
  35.  
  36. A shell script called "rem" is provided for those who like to have
  37. 'remind' assume a default reminders file.  A man page for this script
  38. is provided.  You should examine the script to ensure that the defaults
  39. are correct.
  40.  
  41. A shell script called "kall" is provided so you can kill your background
  42. remind processes when you log out.  See the man page.  Note that kall
  43. depends on the output of "ps", and may not be portable.
  44.  
  45. --
  46. David F. Skoll <dfs@doe.carleton.ca>
  47.